home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / c / c_count-.0 / c_count- / c_count-7.0 / CHANGES < prev    next >
Encoding:
Text File  |  1995-05-14  |  2.0 KB  |  95 lines

  1.  
  2.     1995/05/14
  3.         make this independent of TD_LIB includes and library
  4.  
  5.     1994/07/18
  6.         renamed-program from 'lincnt' to 'c_count'
  7.  
  8.     1993/11/29
  9.         tweaked to compile on MS-DOS
  10.  
  11. revision 7.0
  12. ------------
  13.     1991/10/21
  14.         (resync with TD_LIB)
  15.  
  16. revision 6.0
  17. ------------
  18.     1991/10/21
  19.         lint
  20.  
  21.     1991/10/16
  22.         Header-label for spreadsheet had "STATEMENTS" and "LINES"
  23.         interchanged (fixed).  Also, converted to ANSI prototypes.
  24.  
  25. revision 5.0
  26. ------------
  27.     1991/05/23
  28.         Mods for ANSI compiler (apollo sr10.3 cpp complains about
  29.         endif-tags)
  30.  
  31. revision 4.0
  32. ------------
  33.     1990/08/30
  34.         history could be RCS or CMS (corrected message)
  35.  
  36.     1990/08/30
  37.         if specific statistics are requested (e.g., "-s") and the
  38.         "-t" option is set, coerce "-p" as well.
  39.  
  40.     1990/08/30
  41.         Added 'filter_history()' procedure, which filters out the
  42.         history-comments generated by RCS or DEC/CMS from the total
  43.         for "normal" comments.  Only "normal" comments are shown in
  44.         the comment:code ratio.
  45.  
  46.     1990/08/29
  47.         corrected format of 'show_flag()'
  48.  
  49. revision 3.0
  50. ------------
  51.     1990/05/21
  52.         corrected final (per-file) call on 'Summary()'
  53.  
  54.     1990/05/21
  55.         rewrote, adding options to make this behave like "a.count"
  56.  
  57.     1990/05/14
  58.         added "-t" (spreadsheet/table) option
  59.  
  60. revision 2.0
  61. ------------
  62.     1990/05/10 
  63.         ported to VAX/VMS 5.3 (expand wildcards, added "-o" option).
  64.         made usage-message more verbose
  65.  
  66.     1989/10/17
  67.         assume "//" begins C++ inline comments
  68.  
  69.     1989/10/05
  70.         lint (apollo SR10 "string" defs)
  71.  
  72.     1989/07/21
  73.         "-" indicates that we read the file itself from standard-input, rather
  74.         than names
  75.  
  76.     1988/06/01
  77.         obtain number & length of tokens (identifiers and constants).
  78.  
  79.     1987/08/28
  80.         SCO Xenix: use 'exit()' from main
  81.  
  82.     1987/07/01
  83.         Added '-q', '-d' options so we can check kernel code, as
  84.         written.  Added '-v' option; enhanced tests for illegal
  85.         chars/comments.
  86.  
  87.     1986/11/07
  88.         xenix-port.  Also, added checks for unbalanced quote/comments.
  89.  
  90.     1986/04/23
  91.         Treat standard-input as a list of names, not a stream of code.
  92.  
  93.     1986/03/11
  94.         Initial revision
  95.